Syntax
public .ctor(byte[] initialData, bool writable, bool copy)
Parameters
- initialData
- Type: byte[]
The initial data used to populate the stream.
- writable
- Type: bool
Value indicating whether the stream should be writable.
- copy
- Type: bool
Value indiating whether the initialData array should be copied or referenced.